home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / fbl33.lzh / fbl.DOC < prev   
Text File  |  1993-04-21  |  2KB  |  53 lines

  1.  
  2.        ========================================================
  3.                          fbl - fASTERblIT 3.3
  4.        ========================================================
  5.                     Copyright (C) 1993 Arthur Hagen
  6.                           All rights reserved
  7.        --------------------------------------------------------
  8.        FreeWare - no payments or charges may be made whatsoever
  9.        --------------------------------------------------------
  10.         (This means that PD vendors and pay-boards should keep
  11.        their hands off this product - no compilation disks with
  12.        this program on may be distributed for charge, either.)
  13.        ========================================================
  14.  
  15.  
  16. This tiny program will speed up blitter processes just like FastBlit,
  17. for any Amiga, but with a few additional bonuses:
  18. With KickStart 39.xx or lower, the WaitBlit routine used by the system
  19. will be replaced by a routine that doesn't slow down the blitter that
  20. much while busy-looping.
  21. With KickStart 37.xxx, the WaitTOF, WritePixel, ClearEOL, ClearScreen,
  22. SetAPen, SetBPen and SetDrMd routines will also be replaced with more
  23. optimised routines.
  24.  
  25. Should work for ALL Amiga's, except for the earliest A1000 and
  26. A2000a model computers (which suffers from a bug in the Agnus chip).
  27. Among things that should be notacibly faster with fbl installed is
  28. menu browsing, WB updating, text scrolling and benchmark programs that
  29. tests the gfx capabilities (like AIBB).  And if you have problems with
  30. "snow" when using the A2091 controller with full SCSI DMA, fbl might
  31. help somewhat.
  32. To use this program, run it from CLI, or just add it to your startup-
  33. sequence or user-startup.
  34.  
  35. Caveat:  If your system runs on chip-mem and/or slow-mem only, fbl
  36. *can* be dangerous to use, since the blitter then will have full
  37. priority over the CPU, and when showing screens with high resolution
  38. and/or many colors, the CPU can be prevented from memory access for
  39. too long, and interrupts can crash.  If you still want to run fbl, use
  40. the keyword "SLOW", i.e.  "fbl SLOW" (case sensitive).  This will just
  41. install the graphics.library patches, but not turn on the blitter
  42. priority.
  43.  
  44. Changes since last version (3.1):
  45. Some code enhancements.  Should be safer, and might even work on
  46. old A1000 and A2000a machines.
  47.  
  48. This little thingy is ofcourse FreeWare, but if you REALLY like it,
  49. you can send me your sister as payment.
  50.  
  51. Enjoy,
  52. *Art
  53.